home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / communic / pcmail / main / deskutil.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-05  |  825 b   |  73 lines

  1. /*++
  2.  
  3. /* NAME
  4.  
  5. /*    deskutil 5
  6.  
  7. /* SUMMARY
  8.  
  9. /*    visible desk top utility funtions 
  10.  
  11. /* PROJECT
  12.  
  13. /*    pc-mail
  14.  
  15. /* PACKAGE
  16.  
  17. /*    mailsh
  18.  
  19. /* SYNOPSIS
  20.  
  21. /*    #include "deskutil.h"
  22.  
  23. /* DESCRIPTION
  24.  
  25. /* .nf
  26.  
  27.  
  28.  
  29. /* /* externally visible functions in deskutil.c */
  30.  
  31.  
  32.  
  33. extern void patience();
  34.  
  35. extern int when();
  36.  
  37. extern int unspool();
  38.  
  39. extern int save();
  40.  
  41. extern int print();
  42.  
  43. extern int delete();
  44.  
  45. /* SEE ALSO
  46.  
  47. /*      desk(3);
  48.  
  49. /* AUTHOR(S);
  50.  
  51. /*      W.Z. Venema
  52.  
  53. /*      Eindhoven University of Technology
  54.  
  55. /*      Department of Mathematics and Computer Science
  56.  
  57. /*      Den Dolech 2, P.O. Box 513, 5600 MB Eindhoven, The Netherlands
  58.  
  59. /* CREATION DATE
  60.  
  61. /*    Tue May 12 15:35:20 GMT+1:00 1987
  62.  
  63. /* LAST MODIFICATION
  64.  
  65. /*    1/22/90 13:01:33
  66.  
  67. /* VERSION/RELEASE
  68.  
  69. /*    2.1
  70.  
  71. /*--*/
  72.  
  73.